home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / setpth14.zip / READ.ME < prev    next >
Text File  |  1990-03-28  |  10KB  |  232 lines

  1. ******************************
  2.  
  3. Have you ever wanted to set your path to a long string and couldn't?  
  4. If so, this program is for you!!
  5.  
  6. Yes, if you have the environment space, SETPATH  will
  7. allow you to have a path string as long as you like.
  8.  
  9. To use SETPATH from the DOS prompt or in a batch file type:
  10. setpath <filename>
  11.  
  12. where <filename> is a file containing the string you want to use as your
  13. path.
  14.  
  15. Note: ***** Please DO NOT INCLUDE PATH= in this file.  Things will get very
  16. confused if you do.
  17.  
  18. You can continue the string on more than one line -- all the lines are 
  19. concatenated together to form the string.
  20.  
  21. That's all there is to it!!
  22.  
  23. One further note, if you don't have enough environment space to do this,
  24. you can use the very good program envsize.arc which can be found on many
  25. bulletin boards.  This program is from a company, which unfortunately,
  26. seems no longer to exist.
  27. If you are using DOS 3.2 or higher you can use the shell config.sys command as follows:
  28. shell=<full path name of command.com> /e:<size in bytes> /p
  29. where /e specifies the environment size and /p indicates a primary command
  30. processor.  The /p is necessary for this to work.
  31.  
  32.          Revision History
  33.  
  34. Version 1.0 Original Release
  35.  
  36. Version 1.1: Fixed a bug whereby the word path= anywhere in the environment
  37. would cause the program to incorrectly assume that this was the 
  38. beginning of the variable path= .
  39.  
  40. Version 1.2: Added a feature which may support DOS 3.3 users.  If this doesn't
  41. work in DOS 3.3, please call and maybe we can fix it, I don't have DOS 3.3
  42. here.
  43.  
  44. Version 1.3:  I think I finally have DOS 3.3 and 4.0 working successfully.
  45. There is still a problem on dual floppy systems, but you probably don't 
  46. need the program if you have one of these.
  47.  
  48. Version 1.4:  I broke support of older versions of DOS, 
  49. but I think it works now.
  50.  
  51.  
  52.           License and Registration Information
  53.  
  54. This program is not public domain, but rather user supported software.
  55. The program is copyright 1988 by Covici Computer Systems.
  56. You are granted a limited license to try this program and distribute it 
  57. to others under the following conditions:
  58.  
  59. (1)  The archive must be distributed in unmodified form, including this 
  60.      documentation.
  61.  
  62. (2) There shall beno charge for distributing this archive.
  63.  
  64. If you find the program useful, please send $15 to the following address:
  65.  
  66. Covici Computer Systems
  67. 220 Dry Mill Road SW APT H
  68. Leesburg, VA 22075
  69.  
  70. Once you register, you are licensed to use the program and make appropriate
  71. backup copies.
  72.  
  73. For a further fee of $25, I will send you the source code, which is written
  74. in Turbo C.
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.                                    Program License                                   Program License                                   _____________
  85.  
  86.                If you  do not agree with  the terms and  conditions of this
  87.           agreement, you should promptly return all items.  You will not be
  88.           liable for items returned in good condition.
  89.                Covici Computer Systems  provides this program and  licenses
  90.           its  use  in  the  United  States  and  elsewhere.    You  assume
  91.           responsibility for the  selection of the program to  achieve your
  92.           intended  results,  and for  the  installation, use,  and results
  93.           obtained from the 
  94.           program.
  95.  
  96.           LICENSE          LICENS
  97.                You may: a. use the program on a single machine, b. copy the
  98.           program into any machine  readable or printed form for  backup or
  99.           modification purposes in  support of your  use of the program  on
  100.           the  single  machine  (Certain  programs,  however,  may  include
  101.           mechanisms to limit  or inhibit copying.   They are marked  "copy
  102.           protected".), c. modify the program  and/or merge it into another
  103.           program for your use on the  single machine (Any portion of  this
  104.           program merged  into another program will continue  to be subject
  105.           to the terms and conditions of this Agreement.), and, d. transfer
  106.           the  program  and license  to another  party  if the  other party
  107.           agrees to accept the terms and conditions of this Agreement.   If
  108.           you  transfer  the program,  you  must  at the  same  time either
  109.           transfer all copies  whether in printed or machine  readable form
  110.           to the same  party or  destroy any copies  not transferred,  this
  111.           includes all modifications and portions  of the program contained
  112.           or merged into other programs.
  113.                You must  reproduce and include the copyright  notice on any
  114.           copy, modification,  or portion merged into another program.  You
  115.           may not use, copy, modify, or  transfer the program, or any copy,
  116.           modification, or merged portion,  in whole or in part,  except as
  117.           expressly  provided  for  in  this  license.    If  you  transfer
  118.           possession of any  copy, modification, or merged portion  of this
  119.           program   to  another  party,   your  license   is  automatically
  120.           terminated.
  121.  
  122.           TERM          TER
  123.                The  license  is  effective  until   terminated.    You  may
  124.           terminate it at any other time by destroying the program together
  125.           with all copies, modifications, and merged  portions in any form.
  126.           It will  also terminate upon  conditions set  forth elsewhere  in
  127.           this  Agreement  or  if you  fail  to  comply  with  any term  or
  128.           condition of this Agreement.  You  agree upon such termination to
  129.           destroy the program together with  all copies, modifications, and
  130.           merged portions in any form.
  131.  
  132.           LIMITED WARRANTY          LIMITED WARRANT
  133.                The  program is  provided "as  is" without  warranty of  any
  134.           kind, either expressed or implied, including, but not limited to,
  135.           the  implied  warranties  of merchantability  and  fitness  for a
  136.           particular  purpose.   The  entire  risk  as to  the  quality and
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.           performance of the program is with you.  Should the program prove
  150.           defective, you (and not Covici  Computer Systems or an authorized
  151.           dealer)  assume  the  entire  cost  of all  necessary  servicing,
  152.           repair, or correction.  Some states do not allow the exclusion of
  153.           implied warranties, so the above exclusion  may not apply to you.
  154.           This warranty gives  you specific legal  rights and you may  also
  155.           have other rights which vary from state to state.
  156.                Covici Computer Systems does not  warrant that the functions
  157.           contained in the program will meet  your requirements or that the
  158.           operation of  the program  will be  uninterrupted or error  free.
  159.           However,  Covici   Computer  Systems  warrants   the  disk(s)  or
  160.           cassette(s) on which  the program is  furnished, to be free  from
  161.           defects  in  materials and  workmanship  under normal  use  for a
  162.           period of ninety (90) days from the date of invoicing.
  163.  
  164.           LIMITATIONS OF REMEDIES          LIMITATIONS OF REMEDIE
  165.                Covici Computer Systems' entire liability and your exclusive
  166.           remedy shall be: 1. the  replacement of any disk or cassette  not
  167.           meeting Covici Computer Systems' "Limited  Warranty" and which is
  168.           returned  to  Covici  Computer Systems  or  an  authorized Covici
  169.           Computer Systems dealer, or 2. if  Covici Computer Systems or the
  170.           dealer is unable to deliver a  replacement disk or cassette which
  171.           is free of defects in materials or workmanship, you may terminate
  172.           this Agreement by  returning the program  and your money will  be
  173.           refunded.
  174.                In no event  will Covici Computer  Systems be liable to  you
  175.           for any  damages, including  any lost profits,  lost savings,  or
  176.           other incidental or  consequential damages arising out o